home *** CD-ROM | disk | FTP | other *** search
- object S159_020RENO is MEDIADISTRIBUTOR
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S159A6_020_PIC,
- S159A1_S20A_WAV,
- S159A4_BOUTON_DEBUT,
- S159A5_BOUTON_MENU
- ];
- end;
-
- object S159A6_020_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Run(true);
- TRANSITION.Set(WipeTop, 300);
- self.Show(true);
- end;
-
- Finished()
- do
- S159A1_S20A_WAV.Run(true);
- end;
-
- with
- Target is C299_020_PIC;
- Duration is 60;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
- object S159A1_S20A_WAV is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Show(true);
- end;
-
- Finished()
- do
- APPLICATION.GoTo(S160_030VANG);
- end;
-
- with
- Target is C317_S20A_WAV;
- Duration is 0;
- X is 217; Y is 146; Width is 32; Height is 24;
- end;
-
- object S159A4_BOUTON_DEBUT is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoBack(MEDIADISTRIBUTOR0);
- end;
-
- with
- Duration is -1;
- X is 538; Y is 433; Width is 91; Height is 35;
- end;
-
- object S159A5_BOUTON_MENU is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S30_021REME);
- end;
-
- with
- Duration is -1;
- X is 538; Y is 390; Width is 90; Height is 35;
- end;
-
-